home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Muzyka / Rippery i konwertery / Monkeys audio 4.01.b2 / MAC_401b2.exe / {app} / External / WavPack.apx < prev    next >
Text File  |  2006-01-08  |  1KB  |  45 lines

  1. <APX version="1.0">
  2.  
  3. <General>
  4.     <Name>WavPack</Name>
  5.     <URL>http://www.wavpack.com</URL>
  6.     <Author>David Bryant</Author>
  7.     <Version>4.31</Version>
  8.     <Description>A popular lossless encoder.</Description>
  9. </General>
  10.  
  11. <Compress>
  12.     <Fast>
  13.         <InputExtensions>.wav</InputExtensions>
  14.         <OutputExtension>.wv</OutputExtension>
  15.         <Application>wavpack.exe</Application>        
  16.         <CommandLine>-f [INPUT] [OUTPUT]</CommandLine>
  17.         <SuccessReturn>0</SuccessReturn>
  18.     </Fast>
  19.     <Normal>
  20.         <InputExtensions>.wav</InputExtensions>
  21.         <OutputExtension>.wv</OutputExtension>
  22.         <Application>wavpack.exe</Application>        
  23.         <CommandLine>[INPUT] [OUTPUT]</CommandLine>
  24.         <SuccessReturn>0</SuccessReturn>
  25.     </Normal>
  26.     <High>
  27.         <InputExtensions>.wav</InputExtensions>
  28.         <OutputExtension>.wv</OutputExtension>
  29.         <Application>wavpack.exe</Application>        
  30.         <CommandLine>-h [INPUT] [OUTPUT]</CommandLine>
  31.         <SuccessReturn>0</SuccessReturn>
  32.     </High>
  33. </Compress>
  34.  
  35. <Decompress>
  36.     <Primary>
  37.         <InputExtensions>.wv</InputExtensions>
  38.         <OutputExtension>.wav</OutputExtension>
  39.         <Application>wvunpack.exe</Application>        
  40.         <CommandLine>[INPUT] [OUTPUT]</CommandLine>
  41.         <SuccessReturn>0</SuccessReturn>
  42.     </Primary>
  43. </Decompress>
  44.  
  45. </APX>